41 lines · yaml
1# SPDX-License-Identifier: GPL-2.02#3# This is the device definition for the XPS 13 9300.4# The filename "Dell Inc.,XPS 13 9300" was chosen following the format5# "Vendor,Product", where Vendor comes from6# /sys/devices/virtual/dmi/id/sys_vendor, and Product comes from7# /sys/devices/virtual/dmi/id/product_name.8#9# See google,spherion.yaml for more information.10#11- type: pci-controller12 # This machine has a single PCI host controller so it's valid to not have any13 # key to identify the controller. If it had more than one controller, the UID14 # of the controller from ACPI could be used to distinguish as follows:15 #acpi-uid: 016 devices:17 - path: 14.018 type: usb-controller19 usb-version: 220 devices:21 - path: 922 name: camera23 interfaces: [0, 1, 2, 3]24 - path: 1025 name: bluetooth26 interfaces: [0, 1]27 - path: 2.028 name: gpu29 - path: 4.030 name: thermal31 - path: 12.032 name: sensors33 - path: 14.334 name: wifi35 - path: 1d.0/0.036 name: ssd37 - path: 1d.7/0.038 name: sdcard-reader39 - path: 1f.340 name: audio41